libxl: fork: Provide LIBXL_HAVE_SIGCHLD_SELECTIVE_REAP
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 16 Jan 2014 17:03:34 +0000 (17:03 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 6 Feb 2014 14:20:19 +0000 (14:20 +0000)
commit80c2b7273bd2a86ac267f77a6cfb19c6fe077307
treebc21e3debe48abf1df702b1905f4251f4e03ff7d
parent400c0aec59c55e2cfe70091a3a6db326fb41ffa1
libxl: fork: Provide LIBXL_HAVE_SIGCHLD_SELECTIVE_REAP

This is the feature test macro for libxl_childproc_sigchld_occurred
and libxl_sigchld_owner_libxl_always_selective_reap.

It is split out into this separate patch because: a single feature
test is sensible because we do not intend anyone to release or ship
libxl versions with one of these but not the other; but, the two
features are in separate patches for clarity; and, this just makes
reading the actual code easier.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Jim Fehlig <jfehlig@suse.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxl/libxl.h